accept Expired
open fun acceptExpired(acceptExpired: Boolean): TileRegionLoadOptions.Builder
Content copied to clipboard
Accepts expired data when loading tiles.This flag should be set to true to accept expired responses. When a tile is already loaded but expired, noattempt will be made to refresh the data. This may lead to outdated data. Set to false to ensure that datafor a tile is up-to-date. Set to true to continue loading a group without updating expired data for tiles thatare already downloaded.